projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4306227
)
emacs-lisp-mode: Use error face for "/d" indicator
author
Stefan Kangas
<stefan@marxist.se>
Fri, 3 Dec 2021 15:55:27 +0000
(16:55 +0100)
committer
Stefan Kangas
<stefan@marxist.se>
Fri, 3 Dec 2021 15:55:27 +0000
(16:55 +0100)
* lisp/progmodes/elisp-mode.el (emacs-lisp-mode): Use 'error' face for
the dynamic scoping ("/d") indicator in the mode line to make it stand
out more.
lisp/progmodes/elisp-mode.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/elisp-mode.el
b/lisp/progmodes/elisp-mode.el
index 7da93a351a2921428db200f117902b0a2c2a3fce..167f8a1b18bbe0952b9518b8eefac621ba5d6cb5 100644
(file)
--- a/
lisp/progmodes/elisp-mode.el
+++ b/
lisp/progmodes/elisp-mode.el
@@
-283,7
+283,7
@@
Comments in the form will be lost."
(:propertize "/d"
help-echo "Using old dynamic scoping mode\n\
mouse-1: Enable lexical-binding mode"
- face warning
+ face error
mouse-face mode-line-highlight
local-map ,elisp--dynlex-modeline-map)))
"Major mode for editing Lisp code to run in Emacs.